home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Software Pack 5.5 / LeadTek WinFast Multimedia Software Pack.iso / Drivers / USB / data1.cab / USB_II_DRV / wfdbload.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-05-16  |  1.9 KB  |  71 lines

  1. ;;#############################################################################
  2. ;;## WFDBLOAD.INF for adapter firmware loader                                ##
  3. ;;## Copyright @2000-2006 Leadtek Research Inc.                              ##
  4. ;;## WinFast TV Dongle adapter firmware loader                               ##
  5. ;;#############################################################################
  6. [Version]
  7. Signature    = "$CHICAGO$"
  8. Class        = USB
  9. ClassGUID    = {36FC9E60-C465-11CF-8056-444553540000}
  10. Provider     = %Leadtek%
  11. DriverVer    = 11/07/2005,5.13.12.203
  12. LayoutFile   = layout.inf,layout1.inf
  13. CatalogFile  = wfdbload.cat
  14.  
  15. [Manufacturer]
  16. %Leadtek%=Leadtek
  17.  
  18. [Leadtek]
  19. %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_0413&PID_6025
  20. %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_0413&PID_6125
  21. %wfdbload.DeviceDesc%=LOADER.Device, USB\VID_10B8&PID_0BC6
  22.  
  23. [DestinationDirs]
  24. LOADER.Files.Ext   = 10, System32\drivers
  25.  
  26. [SourceDisksNames]
  27. 1 = %DiskName%,,0
  28.  
  29. [SourceDisksFiles]
  30. wfdbload.sys = 1
  31.  
  32. [PreCopySection]
  33. HKR,,NoSetupUI,,1
  34.  
  35. [LOADER.Files.Ext]
  36. wfdbload.sys
  37.  
  38. [ControlFlags]
  39. ExcludeFromSelect=*
  40.  
  41. [LOADER.Device]
  42. AddReg=LOADER.AddReg
  43. CopyFiles=LOADER.Files.Ext
  44.  
  45. [LOADER.Device.NT]
  46. AddReg=LOADER.AddReg
  47. CopyFiles=LOADER.Files.Ext
  48.  
  49. [LOADER.AddReg]
  50. HKR,,DevLoader,,*ntkern
  51. HKR,,NTMPDriver,,wfdbload.sys
  52.  
  53. [LOADER.Device.NT.Services]
  54. AddService = WFDBLOAD,0x00000002,WFDBLOAD.ServiceInstall
  55.  
  56. [WFDBLOAD.ServiceInstall]
  57. DisplayName     = %wfdbload.DeviceDesc%
  58. ServiceType     = %SERVICE_KERNEL_DRIVER%
  59. StartType       = %SERVICE_DEMAND_START%
  60. ErrorControl    = %SERVICE_ERROR_NORMAL%
  61. ServiceBinary   = %12%\wfdbload.sys
  62.  
  63. [Strings]
  64. SERVICE_KERNEL_DRIVER   =1
  65. SERVICE_DEMAND_START    =3
  66. SERVICE_ERROR_NORMAL    =1
  67.  
  68. Leadtek                 = "Leadtek"
  69. wfdbload.DeviceDesc     = "WinFast DTV Dongle Firmware Loader"
  70. DiskName                = "WinFast DTV Dongle Firmware Loader"
  71.